home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 May
/
PCWorld_2000-05_cd.bin
/
Software
/
TemaCD
/
povray
/
povwin3.exe
/
%MAINDIR%
/
Insert Menu
/
Misc. Directives
/
if example.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-04-06
|
309 b
|
10 lines
#if (High_Quality)
// This section is parsed if High_Quality is true
#end // End of conditional part
// or you can use the else clause too
#if (clock > 2)
// This section is parsed if clock is > 2
#else
// This section is parsed if clock is <= 2
#end // End of conditional part